PaperSize

interface PaperSize<T : PrintSettings?>

Allows configuring the paper size for printing.

Implemented by concrete PrintSettings implementations that support configuring the paper size for printing.

Since

7.13

Parameters

<T>

the concrete print settings type

Inheritors

Functions

Link copied to clipboard
abstract fun paperSize(): PaperSize
Returns the paper size used by the printer.
abstract fun paperSize(paperSize: PaperSize): T
Configures the paper size for printing.